win32draw: Use the right checks
authorBenjamin Otte <otte@redhat.com>
Mon, 22 Feb 2016 03:00:36 +0000 (04:00 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 22 Feb 2016 03:37:57 +0000 (04:37 +0100)
commit414657100f2c3f56d3304bd28dfd1759971a80dd
tree98dcb609595dacc93cfaf696054121736c295eec
parentcdb12fec9e4c5af7dbd4452ea686e41eece20f7e
win32draw: Use the right checks

The first check was the wrong way around.

The second check made the function look wrong. Invalid ID is actually
the special case that should be handled first, so write the function
like that.
gtk/gtkwin32draw.c